home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / mui37 / mui37usr.readme < prev   
Text File  |  1997-02-02  |  4KB  |  118 lines

  1. Short:    MagicUserInterface 3.7, user files
  2. Author:   stuntz@sasg.com
  3. Uploader: stuntz@sasg.com
  4. Version:  3.7
  5. Type:     util/libs
  6. Replaces: util/libs/mui37usr.lha
  7.  
  8. ************
  9. *** NOTE ***
  10. ************
  11.  
  12. The original mui37usr.lha archive on Aminet (between 29-Jan-97 and
  13. 01-Feb-97, archive size 1014367 bytes) contained a few bad bugs that
  14. could cause applications to crash under certain circumstances. It has
  15. been replaced by this updated version (archive size 1016297 bytes) which
  16. fixes these problems.
  17.  
  18. If you already downloaded the original archive and don't want to get the
  19. whole Megabyte again, you can also get the small file
  20. util/libs/mui37tu1.lha
  21. and apply its patches to your old MUI 3.7 installation.
  22.  
  23. Applying the patches is only necessary and possible on old MUI 3.7
  24. installations, i.e. when your file mui:docs/Changes contains
  25. Version 3.7 (24-Jan-97)
  26. as topmost entry. If you download this new archive instead, you'll
  27. already have the bugfixed
  28. Version 3.7tu1 (30-Jan-97)
  29. and there's no need to apply the patches from mui37tu1.lha.
  30.  
  31. So again... you don't need to worry about anything if you just
  32. downloaded this new archive.
  33.  
  34. Sorry for this little mess, have fun with MUI anyway!
  35. Greetings, Stefan.
  36.  
  37.  
  38.  
  39. ------------------------------------------------------------------------
  40. Version 3.7tu1 (30-Jan-97)
  41. ------------------------------------------------------------------------
  42.  
  43. ...just a few quick fixes...
  44.  
  45. - Listtree classes could crash under certain circumstances. This bug
  46.   affected MUI's preferences as well as other applications, eg IBrowse.
  47.   They should run well again with this fix.
  48.  
  49. - MUI would sometimes render a listview's contents outside of its box.
  50.  
  51. - PSI understands the new language catalogs.
  52.  
  53. - MUI's about window gives credit to the translators of the current
  54.   locale.
  55.  
  56.  
  57.  
  58. ------------------------------------------------------------------------
  59. Version 3.7 (24-Jan-97)                      (muimaster.library V18.174)
  60. ------------------------------------------------------------------------
  61.  
  62. * MINOR SASG UPDATE *
  63.  
  64.  Still not registered for MUI yet? We set up something special to help
  65.  you support the Amigas future! Take your chance and play the unique
  66.  shareware lottery at http://www.sasg.com/
  67.  Order online and win some nice prices!
  68.  
  69. Changes for users:
  70.  
  71. - Fixed a few minor problems with the appearance of help bubbles.
  72.  
  73. - Context menus were inaccessible in windows without other MUI objects.
  74.  
  75. - Window popup menu entries for snapshot/unsnapshot no longer appear on
  76.   windows without this capability.
  77.  
  78. - Increased stack size of mui preferences. The previous versions stack
  79.   was a little too small which sometimes caused MUI to crash.
  80.  
  81. - Recompilation with SAS-C 6.57 fixes potential problems with
  82.   060 processors.
  83.  
  84. - Improved middle mouse button scrolling in virtual groups. Holding shift
  85.   enhances speed by 2, control by 4 and alt by 8.
  86.  
  87. - Fixed enforcer hit in volumelist class.
  88.  
  89. - The MUI window popup menu now works even if there are string gadgets
  90.   below.
  91.  
  92. Changes for programmers:
  93.  
  94. - Using an empty string (not a NULL pointer!) as title for
  95.   a popup menu will result in a titleless popup menu.
  96.  
  97. - Fixed MUIA_Window_AltLeftEdge/TopEdge/Width/Height attributes.
  98.  
  99. - Fixed misbehaviour when input/eventhandlers were added/removed
  100.   from inbetween other input/eventhandlers.
  101.  
  102. - Fixed a problem when input & eventhandlers were modified from within
  103.   other input & eventhandlers.
  104.  
  105. - Improved performance of MUIM_Group_Init/ExitChange in windows with
  106.   many objects.
  107.  
  108. - If you call MUIM_Application_ShowHelp with a NULL filename, MUI will
  109.   use the contents of MUIA_Application_HelpFile instead.
  110.  
  111. - If you call MUIM_Application_ShowHelp with (Object *)0xffffffff as window
  112.   reference object, MUI will use the first open child window of an application
  113.   as reference for a display screen automatically.
  114.  
  115. - Implemented MUIM_Create/DeleteBubble methods (area class) to allow programmer
  116.   controlled bubble appearance. Useful e.g. for indicating error conditions
  117.   on data entry forms.
  118.